Int32NINumericInt32NAdd Method

Computes the sum of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.Add(
	Int32N value
)

Parameters

value  Int32N
The value to add to the current value.

Return Value

Int32N
The sum of the current value and value.

Implements

INumericTSelfAdd(TSelf)

See Also